home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-03-05 | 1.4 KB | 61 lines | [TEXT/ttxt] |
- ; You can open this file and play these levels from Sokoban
- ; (the levels are from the IQ Carrier collection). Use the
- ; “Play Levels From File” command on the File menu.
-
- ; For more information about making levels, look
- ; in the “Sokoban docs” file. Here’s a short summary:
-
- ; Symbols used in the screen files:
- ; “ ” (space)—An empty space (floor)
- ; “#”—Walls (the walls will be curved and shadowed automatically)
- ; “.”—Target or goal square
- ; “$”—Treasure
- ; “*”—Treasure on a goal area
- ; “@”—You (the player)
- ; “+”—You standing on a goal square.
-
- ; Either save the file and open it from Sokoban’s File menu,
- ; or under System 7.5 or later, select the level and drag it
- ; to Sokoban’s main window.
-
- ; Lines beginning with a semicolon “;” are ignored.
- ; This is a good way to add comments about the level.
-
- ; A level may have an optional title, enclosed in quotation marks.
- ; Remember to use straight quotation marks ' and " instead of the
- ; curly ones “ ‘ ” ’.
-
- "This is the title"
- ####
- #@ #
- ### ####
- # .* #
- # $.. $ #
- ### $####
- # #
- ####
-
- ; Separate levels with a blank line, a comment, or a title.
- ; You can put comments anywhere except in the middle of a level.
-
- "Another level"
- #####
- ####. ##
- # $.$. #
- #@$# #$ #
- # $. . #
- ####$#$ #
- #. . #
- #######
-
- ; If you install the enclosed Sokoban font, you should see a
- ; graphical version of the next level.
-
- ######
- ####. @#
- # $$$ #
- #.##.##.#
- # $ #
- # $.# ##
- ### #
- ######